home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000300_news@newsmaster….columbia.edu _Tue Mar 17 20:00:09 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id UAA18819
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 17 Mar 1998 20:00:07 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id UAA15961
  7.     for kermit.misc@watsun; Tue, 17 Mar 1998 20:00:06 -0500 (EST)
  8. Path: news.columbia.edu!news.cs.columbia.edu!psinntp!howland.erols.net!feed2.news.erols.com!erols!newsfeed.xcom.net!cam-news-hub1.bbnplanet.com!cpk-news-feed4.bbnplanet.com!cpk-news-feed1.bbnplanet.com!news.bbnplanet.com!netnews.jhuapl.edu!usenet
  9. From: Skip Collins <collibf1@jhuapl.edu>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: compiling ckermit with cygnus win32 tools
  12. Date: 17 Mar 1998 12:44:32 -0500
  13. Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
  14. Lines: 28
  15. Sender: collibf1@COLLIBF1
  16. Message-ID: <wkiupdfbzz.fsf@jhuapl.edu>
  17. References: <wken01miot.fsf@aplcomm.jhuapl.edu>
  18.     <6em818$8ge$1@apakabar.cc.columbia.edu>
  19. NNTP-Posting-Host: collibf1-2.jhuapl.edu
  20. X-Newsreader: Gnus v5.3/Emacs 19.34
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8497
  22.  
  23. fdc@watsun.cc.columbia.edu (Frank da Cruz) writes:
  24. > : Does anyone else have experience with ckermit and cygnus?
  25. > : 
  26. > There already is a version of C-Kermit for Windows 95; it's called
  27. > Kermit 95:
  28. >   http://www.columbia.edu/kermit/k95.html
  29. > You probably didn't realize that it takes several hundred thousand
  30. > lines of specialized code and some years of work to do what you are
  31. > trying to do.  Luckily, we have already done all that so you don't
  32. > have to.
  33.  
  34. Thanks for the pointer. I am aware of K95. I do realize that a lot of
  35. effort has gone into getting K95 "right". But I am tinkering with the
  36. Cygnus tools now. I would like to see just how robust they are, how
  37. easy it is to port relatively complex programs (e.g. kermit) from unix
  38. to win32, etc. So far I have a mixed opinion of the package. On the
  39. one hand, it was able to compile ckermit almost out of the box. On the
  40. other hand, the compiled program doesn't work. I think that this is in
  41. part due to my unfamiliarity with the mapping of concepts from unix to
  42. win32 that Cygnus uses. So far, that mapping seems to be less than
  43. ideal. Then again, if I can work out what the serial port problem is,
  44. get ncurses working, and get tcp working, that would be pretty
  45. impressive. Then I would seriously look into using Cygnus for some
  46. serious cross-developement projects.
  47.  
  48. Skip Collins